Jump to content

Virtue

Members
  • Posts

    354
  • Joined

  • Days Won

    6

Everything posted by Virtue

  1. Hi Guys, I know this has been posted over and over again, but I think i have read and check all the other topics about this and still can't find the answer. what I think everybody wants/need/asks for is this. I found this script made by annie.
  2. Hi Scripting Pros, is it possible to use this query on a script? SELECT COUNT(account_id) AS OnlinePlayers FROM char WHERE online=1; I will be using it for some script that checks the online player count Thanks to those who will help.
  3. Hi, I am not quite sure why safety wall is causing errors on my client. can't find a fix but I am quite sure that safety wall is causing the error. No Errors encountered with effects off and safety wall but when the effects are turned on and you die near a safety wall the client crashes.
  4. Notice: Trying to get property of non-object in /usr/html/asd/vote/modules/main/preprocess.php on line 86 Fatal error: Call to a member function get() on a non-object in /usr/html/asd/vote/modules/main/preprocess.php on line 86
  5. Virtue

    Guild Error

    Encountered error on guild. No Errors on Console. when I try to create guild via /guild and alt+g it says guildname already exists. no guilds yet, just a configured this a while ago and I am the only one on the server no other accounts yet fixed it found these on the packet_db 0x014d,2,guildcheckmaster,0 0x014e,6 0x014f,6,guildrequestinfo,2 0x0150,110 0x0151,6,guildrequestemblem,2 0x0152,-1 0x0153,-1,guildchangeemblem,2:4 0x0154,-1 0x0155,-1,guildchangememberposition,2:4 0x0156,-1 0x0157,6 0x0158,-1 0x0159,54,guildleave,2:6:10:14 0x015a,66 0x015b,54,guildexpulsion,2:6:10:14 0x015c,90 0x015d,42,guildbreak,2 0x015e,6 0x015f,42 0x0160,-1 0x0161,-1,guildchangepositioninfo,2:4 0x0162,-1 0x0163,-1 0x0164,-1 0x0165,30,createguild,2:6 0x0166,-1 0x0167,3 0x0168,14,guildinvite,2:6:10 0x0169,3 0x016a,30 0x016b,10,guildreplyinvite,2:6 0x016c,43 0x016d,14 0x016e,186,guildchangenotice,2:6:66 0x016f,182 0x0170,14,guildrequestalliance,2:6:10 0x0171,30 0x0172,10,guildreplyalliance,2:6 0x0173,3 0x0174,-1 0x0175,6 0x0176,106 0x0177,-1 added it to what i am using
  6. could the current customers get the free too or not?
  7. Virtue

    Flux CP Help

    oh thanks mootie
  8. Virtue

    Flux CP Help

    Hi, how do I remove this from account registration? I tried some few stuff but didn't work.
  9. Hi Everyone, I am looking for the following scripts. any leads that are related to them will be of help be it paid scripts or not. thanks - Malaya Port iRO Offical Full Quests Script - WoE Update: Hall of the Abyss iRO Offical Full Quest Script & Systems - Many new custom skills, premium skills and rebalance skills for Ninja, Gunslinger, Taekwon Kid & Taekwon Master.
  10. should i change it here? if( getgmlevel() < .LowGMLvl ) for( set .@i,0; .@i < getarraysize( .Map$ ); set .@i,.@i + 2 ) if( strcharinfo(3) == .Map$[.@i] ) RestrictJob( atoi( .Map$[.@i+1] ) );
  11. im trying to make it instead of restricting job classes from entering a map, it restricts based on character base level, is that possible. not trying to do something against the rules though.
  12. Hi Emistry, I have been attempting to edit your class restriction into a level restriction, but apparently i haven't been successful, could you help me out? TIA.
  13. yes, i managed to find the error on my own customization
  14. i found what was causing it to malfunction although i haven't been able to post it soon as i can since rathena was down
  15. Hi, I hope somebody could help me. I revamped the Promotional Code Script of Arzzae I managed to make it work but unfortunately it only accepts numerical codes, if you made an alphanumeric code the script will accept it but it won't give you the items and will lead you to the Promo Code Panel.
  16. so far what i have is this. i am making a custom referal system though, its for harmony servers only. query_sql("SELECT `last_mac` FROM `login` WHERE `account_id`="+getcharid(3), .@mac$); set .@hours,1; query_sql "insert into rfs values ( "+ getcharid(3) +", "+ getcharid(0) +", '"+ escape_sql( strcharinfo(0) ) +"', '"+ escape_sql( .@mac$ ) +"', "+ .@hours +" ) on duplicate key update hours = hours + "+ .@hours;
  17. Hi Everybody, I got another question on sql scripting. I want to get a value from the login db, and add it to another db. so would this work? set @nb, query_sql("select last_mac from `login` , @last_mac$);
  18. did anybody of you change the script? and how is it not working?
  19. See. I told you you'd get positive comments. Great Job icabit
  20. hmm can this be used with euphy's woe controller?
  21. @Euphy can i request something about the mission_huntings quest?
  22. how do i make this script that the player(questor) will talk to all the cargo/mimics before he finishes the quest? as of now you only need to talk to one then it is finished and you have to wait for 24hrs before you can do it aagain.
  23. Hi, I don't know if this has been asked before, but is there anyway that we could get the mob level via script? will this be possible strmobinfo(3,killedrid) Sorry, Solved this by using ( getmonsterinfo( killedrid,1 )
×
×
  • Create New...