easy way to translate.
select only the part with words leave the numbers there as translators tend to mangle numbers.
and paste them into notepad++ click encoding click character sets, click chinese|simplified (at this point the strange letters will turn into chinese words).....copy and paste the chinese words into google translate or any other translator.... read the broken english in the translator ... and write it back in your action in proper english.... replacing all spaces with ~
easy way to translate.
select only the part with words leave the numbers there as translators tend to mangle numbers.
and paste them into notepad++ click encoding click character sets, click chinese|simplified (at this point the strange letters will turn into chinese words).....copy and paste the chinese words into google translate or any other translator.... read the broken english in the translator ... and write it back in your action in proper english.... replacing all spaces with ~
In order to add ZP drops when a mob is kill, you need to go into the cq_monster table, and add an action for the monsters. The action should be something along the lines of type 1001 data 0 params emoney += 5 or however you want it to be.
Help cq_action 06/05/2012 - EO PServer Hosting - 5 Replies iv been trying to do some editing in a database, iv managed to understand nearly all of it except the cq_action, for some reason i cannot find anything i want in there
if im not wrong things like quest rewards, eps drops all go into there right? but when i enter ids i find nothing. so i was wondering if anyone could explain how i can changed eps drops manualy without a script since this mighthelp me understand the cq_action better or change the event rewards manually
so if anyone can help...
[Help] cq_action 05/15/2011 - EO PServer Hosting - 3 Replies Hey i was wondering how to make Cq_action read a players BP?? i dont know where it saves there max bp
[Help] cq_action 05/08/2011 - EO PServer Hosting - 2 Replies how do i change the cq_eudemon "dammage type" threw the Action this is what i put in but it dosent work haha
id, id_next, id_nextfail, type, data, param
9000000 9000001 0 523 0 ismyselfeudemon == 1 iscallout == 1 isalive == 1 level == 1 damage != 5
9000001 0 0 524 0 dammage 5
I put this under warrior attack deffence after he is hatched but it dosent load it into database lol
[HELP] cq_action 07/24/2010 - EO PServer Hosting - 1 Replies I am having some troubles with the daily events I am trying to run. Basically I am not sure how to reset a task at a specific time. For instance I have a quest that create a task when the user teleports to the map. I am not sure how to set it so that every midnight all the tasks for that number are deleted.
Example: Teleporting runs this:
301 302 0 1080 9005 new
I want this to run every midnight:
310 0 0 1080 9005 delete