Jump to content

Raikumi

Members
  • Posts

    40
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Raikumi's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Im currently looking through this rAthena item bonus script list -> https://github.com/conan513/rAthena/blob/master/doc/item_bonus.txt Im looking to limit the Intravision effect to a 5 x 5 radius when using the Maya Purple card? Is this possible to script using item bonuses or would I have to edit Intravisions source? If not, should I suggest this somehow?
  2. Thanks for the reply! Did that, didnt fix the script though. Event still doesnt start.
  3. Trying to convert this eA Poring Catcher script. http://upaste.me/raw/852f999bdca4c03 As of right now, the event doesnt start when the NPC told to by an Admin. Not sure if there are any other sorts of problems but I figured that converting this would be beneficial for everyone since there doesnt seem to be a Poring Catcher script on rA.
  4. What map is this? Sorry for the double post, what if your friend is in a competing WoE guild?
  5. Could anyone do this? Greatly appreciated and thanks in advance.
  6. If money every becomes an issue, id love to contribute a little. This would be an amazing breakthrough.
  7. How come the script isnt recognizing that I am a GM
  8. can someone tell me how to set it to require 100k zeny instead of an item?
  9. In the title. When people warp, their PMs are gone which makes it hard to quest and PM at the same time. I realize that I can go to ALT +Z and friend setup, but I want it to stay off for everyone by default. It resets every time I start the client
  10. Captain Janssen gets use to the small island. The party req. of 2 people works, but there is only an "enter tower" option, and when we do that, there are no inside the tower. There is also no "generate" option at the statue. Here is the script. http://upaste.me/1639669fc5422c7 Anyone? =\
  11. Will do . Btw this came up for the original script. m[status] m: Loading NPC file: npc/custom/events/disguise.txtK m[Error] m: script error on npc/custom/events/disguise.txt line 162 parse_line: expect command, missing function name or calling undeclared function 157 : while ([email protected]); 158 : setnpctimer 0; 159 : initnpctimer; 160 : setnpcdisplay "Disguise NPC",$monster; 161 : set $MonsterName$, strmobinfo(1,$monster); * 162 : 'a'ctivatepset 1; 163 : npctalk "What's my name?"; 164 : sleep 3000; 165 : npcwalkto 102,103; 166 : sleep 2000; 167 : npcwalkto 102,99; m[Error] m: npc_parsesrcfile: Unable to parse, probably a missing or extra TAB in file 'npc/custom/events/disguise.txt', line '387'. Skipping line... * w1=ama_test * w2=pvp * w3=off * w4= I would still like a solution. ========= For the script Eroces gave me I get this error: m[Error] m: script error on npc/custom/events/disguise.txt line 40 parse_line: expect command, missing function name or calling undeclared function 35 : if(select("Yes:No")==2) close; 36 : if ([email protected]) { 37 : set [email protected],0; set [email protected],0; 38 : setnpctimer 0; stopnpctimer; 39 : announce "A GM has decided to turn the Disguise Event off. As a result no further prizes will be given.",bc_map | bc_blue; * 40 : 'd'eletepset 1; 41 : setnpcdisplay "Disguise Event",795; 42 : close; } 43 : set [email protected],1; set [email protected],1; setnpctimer 0; initnpctimer; 44 : set [email protected],[email protected]+1; 45 : announce "The Disguise Event will begin in 3 minutes.",bc_all | bc_blue;
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.