Jump to content

crazyarashi

Developer
  • Posts

    776
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by crazyarashi

  1. Going to retest again later thank you for your time testing it.
  2. remove it in the indoor map list :))
  3. I guess that's the reasonable choice at the moment thanks
  4. It all returns 0 :< kinda odd w
  5. @Alayne Apparently I tried that kind of code a while ago and no hope for it. I just tried yours too it ended up in the same results it gives me 0 with no errors in console.
  6. ah its just in the post :))
  7. just add a a OnPcDieEvent: for the party leader something like this if(strcharinfo(3) == "mapname" && getcharid(0) == getpartyleader(getcharid(1),2)) announce "Party Leader is Dead";
  8. Hi good day rathena I'm currently stuck on the stuff i'm trying to make I basically want to take the average level of the online party members. I tried to use readparam(BaseLevel,.$@partmemberaid[.@i]) but it didnt work somehow. Thank you in advance .@party_id = getcharid(1); if(.@party_id){ getpartymember( .@party_id,2 ); getpartymember( .@party_id,1 ); for( .@i = 0; .@i < $@partymembercount; .@i++ ) if(isloggedin($@partymemberaid[.@i],$@partymembercid[.@i])) .@online += 1; if(attachrid($@partymemberaid[.@i])) { //= Currently stuck what to put here.
  9. if you want to access your SQL you will need to install a phpmyadmin or if you want to access it remotely you need to allow remote access. PS. don't go bumping other topics especially when your question is out of the topic.
  10. You'll need to make a unique content, since this type of server is common
  11. Yep i think it needs to be match server side just maybe. I haven't really upgraded to 2018 clients yet @@
  12. change the restriction in skill_nocast_db.
  13. Try matching the CheckAttendance.lub file in your System to your server side
  14. Well sad to say i don't know why is that happening ?
  15. Try summoning it normally first and check if it comes out with the same size.
  16. - script paytowinbuffs -1,{ end; OnBuffs: .@size = getarraysize(.buffs$); for( .@i = 0; .@i < .@size; .@i++){ .@menu$ = .@menu$ + ""+.buffs$[.@i]+"" + ":"; } .@i = select(.@menu$) -1; sc_start .elements[.@i],180000,5; end; OnInit: setarray .buffs$, "Fire", "Water", "Earth", "Wind", "Holy", "Shadow", "Poison"; setarray .elements, 96, 97, "99", "98", "37", "144", "26"; bindatcmd "buffs2","paytowinbuffs::OnBuffs",5,99; end; } Added some changes to it. it should add a command for VIP which is group 5 just edit it if you have custom group for VIP's
  17. What's this? ?
  18. - script paytowinbuffs -1,{ end; OnBuffs: .@size = getarraysize(.buffs$); for( .@i = 0; .@i < .@size; .@i++){ .@menu$ = .@menu$ + ""+.buffs$[.@i]+"" + ":"; } .@i = select(.@menu$) -1; sc_start .elements$[.@i],180000,5; end; OnInit: setarray .buffs$, "Fire", "Water", "Earth", "Fire", "Wind", "Holy", "Shadow", "Poison"; setarray .elements$, "SC_FIREWEAPON", "SC_WATERWEAPON", "SC_EARTHWEAPON", "SC_WINDWEAPON", "SC_ASPERSIO", "SC_SHADOWWEAPON", "SC_ENCPOISON"; bindatcmd "buffs2","paytowinbuffs::OnBuffs",5,5; end; }
  19. change this line. set #lmspoints,#lmspoints+1; to set #lmspoints,#lmspoints + 1,.register_aid;
  20. For now I think your only choice is a special enchanter for it.
  21. Try putting slot on shadow gears and make custom cards to go in the costume slots.
  22. You need to use that client and old resource files if you want that kind of skins. you cant just simply change the UI of new clients
  23. You will have to install that yourself there are lots of useful guides here in the forums for it step by step installation :))
  24. What ID did you use for your custom weapons?
  25. I don't know what kind of logic that services have though. *BREAK* Not really a webhost but you can have your DNS set-up for OVH and Conoha. Don't know much about Digital Ocean (Only Used it for the $100 Free Balance Before)
×
×
  • Create New...