|
You last visited: Today at 11:57
Advertisement
[Guide] Portals
Discussion on [Guide] Portals within the EO PServer Hosting forum part of the Eudemons Online category.
09/01/2013, 02:46
|
#1
|
elite*gold: 0
Join Date: May 2009
Posts: 408
Received Thanks: 231
|
[Guide] Portals
Hey guys coming to you with a new little update. I've seen alot of people asking about how Portals work. Well I'm here to explain how they work.
Tables you will need to use
cq_action
cq_portal
cq_trap
cq_traptype
So lets get started.
Placement of the portal
cq_trap = places the portal spawn.
cq_trap.look = Lookface of portal. 3001/4000
cq_trap.type = Links cq_traptype to cq_trap
cq_trap.data = unknown at the moment
cq_traptype = Links to the cq_trap
cq_traptype.id = cq_trap.type
cq_traptype.look = Look face must match cq_trap.look
cq_traptype.action_id = Link to the action
cq_traptype.atk_mode = 1 or it will not work
cq_portal.id = Must match cq_trap.type and cq_traptype.id
cq_action/cq_task
This will be what ever action you want it to perform. Whether it be damage/loss of stat/gain of stat/random/portal to location, etc. Make sure to set the stats high in public areas because players can destroy them windbeading.
I'll update more later when I have time.
|
|
|
09/18/2013, 20:08
|
#2
|
elite*gold: 0
Join Date: Nov 2009
Posts: 585
Received Thanks: 151
|
Quote:
|
Make sure to set the stats high in public areas because players can destroy them windbeading.
|
Didnt understand that part , Can you explain it to me?
|
|
|
09/19/2013, 06:26
|
#3
|
elite*gold: 0
Join Date: May 2009
Posts: 408
Received Thanks: 231
|
The stats in the generator, Atk speed and dexterity and etc. Set them high unless you're in market, Players have found ways to destroy spawns this way (as found out in my CT Server)
|
|
|
09/19/2013, 08:04
|
#4
|
elite*gold: 0
Join Date: Nov 2009
Posts: 585
Received Thanks: 151
|
Ohhh ok Thank you
|
|
|
11/14/2013, 03:04
|
#5
|
elite*gold: 0
Join Date: Oct 2009
Posts: 98
Received Thanks: 27
|
Very useful! Thanks.
|
|
|
11/15/2013, 15:47
|
#6
|
elite*gold: 0
Join Date: Oct 2007
Posts: 698
Received Thanks: 857
|
Hey ryan have you looked into damage on traps. Because I've been trying to get it so that traps will deal damage when activated, but I can only have it doing 1 damage. :\ I've done some research but can't find anything let me know if you do ^^
|
|
|
11/15/2013, 20:51
|
#7
|
elite*gold: 0
Join Date: May 2009
Posts: 408
Received Thanks: 231
|
Set action
ID IDNEXT IDFAIL Type PARAM DATA
1 | 2 | 3 |1001| 0 | life += -1000
|
|
|
11/16/2013, 05:31
|
#8
|
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,747
|
Quote:
Originally Posted by XxFearReaperXx
Set action
ID IDNEXT IDFAIL Type PARAM DATA
1 | 2 | 3 |1001| 0 | life += -1000
|
Exactly what I did.
If cruey has access to ACME database, could always look in the elemental temples for the motrid staff quest.
But be warned though, the player won't die from that stuff, it's a little buggy :/
|
|
|
11/16/2013, 06:37
|
#9
|
elite*gold: 0
Join Date: Oct 2007
Posts: 698
Received Thanks: 857
|
Yeah thats my problem lmao, you can always do it through an action but it ***** up when they are 0 health. If only there was an action that like killed the player. We need a source code thingy soooo bad
|
|
|
11/16/2013, 14:07
|
#10
|
elite*gold: 0
Join Date: May 2009
Posts: 408
Received Thanks: 231
|
Yeah we do. Add a health check life == 0 then next/fail for teleport. Upon teleport player will auto dc or arrive dead.
|
|
|
11/21/2013, 18:00
|
#11
|
elite*gold: 0
Join Date: Oct 2013
Posts: 301
Received Thanks: 117
|
Quote:
|
Yeah we do. Add a health check life == 0 then next/fail for teleport. Upon teleport player will auto dc or arrive dead.
|
Check life == 1? because if you leave it at 0 it wont be recognized as a death just a teleport action?
~Your Horrors
|
|
|
11/21/2013, 23:10
|
#12
|
elite*gold: 0
Join Date: May 2009
Posts: 408
Received Thanks: 231
|
You can also do it by check life <= 100 which will teleport anything under 100 hp left. I've also used this to limit players from entering certain events and other things like that. It's amazing the things you can do with portals.
|
|
|
11/25/2013, 21:49
|
#13
|
elite*gold: 0
Join Date: Oct 2013
Posts: 301
Received Thanks: 117
|
Quote:
|
You can also do it by check life <= 100 which will teleport anything under 100 hp left. I've also used this to limit players from entering certain events and other things like that. It's amazing the things you can do with portals.
|
Yeah it is , i modded all the traps that come up randomly from monsters to add a random amount of eps to a char 
~Your Horrors
|
|
|
11/26/2013, 06:26
|
#14
|
elite*gold: 0
Join Date: Jul 2012
Posts: 70
Received Thanks: 48
|
I was thinking of setting up the godship thing as a quest and releasing a template to the community.
|
|
|
11/26/2013, 17:30
|
#15
|
elite*gold: 0
Join Date: Oct 2013
Posts: 301
Received Thanks: 117
|
Godships pretty simple , i do mine differently i have it setup where theres different effects of traps , where one effect is fire , or ice etc. 
~Your Horrors
|
|
|
 |
|
Similar Threads
|
Portals
06/21/2013 - CO2 Private Server - 9 Replies
Hey guys, I have been trying to get the portals working in the game, because some of them are non-existent, and I also want to create new ones. I am using the cq_passway and cq_portal tables, but I am not sure how they are working exactly. I gather that in cq_passway, "passway_mapid" and "portal_mapportal" link to the table cq_portal in "mapid" and "portal_idx" However, I can't seem to figure out what "passway_idx" refers to? I tried relating the portals to each other... I used the portal to...
|
Portals ?
05/20/2013 - CO2 Programming - 9 Replies
hi epvp,
I have question about how to get the portals in a map,
I can get the portals using DMap but i can't get the destination map and X,Y,
The question : Can i get the destination cords automaticlly ?
|
Cubrick Portals
06/26/2012 - Rappelz Private Server - 10 Replies
Please help, need fix on portals in the cubrick dungeon
|
Portals 68-74
05/15/2012 - Shaiya PServer Development - 31 Replies
(yet another portal thread, but several threads deal with this issue, so the easier reply is a new one).
I recently read:
<<getting very frustrated with all the fake Cant get into any of the 68-73 portals >>
and OOH:
<<Working dungeon Dimensions Passage (and no info of course)>>
I'm personally not frustrated but a bit disappointed by posts as useless as the second one.
but at the same time, weep not get an answer when one doesn't make the effort to 1) try himself, then 2) ask a...
|
[HELP]Portals
09/27/2008 - CO2 Private Server - 8 Replies
How can u make custom portals? Just need a point in the right direction to start
Custom portals i mean adding portals any were not editing portals that are
already on the map
|
All times are GMT +2. The time now is 11:59.
|
|