Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. show your modified code for pc_getitemfromcart you must be missing the return value part.
  2. Please elaborate the problem you currently facing. Provide us with the following or more details if possible: - Run-time server console errors/warnings (if any). - Client side errors/warnings (if any). - Any edits to scripts or source mods (if any).
  3. you only need 1 npc script for it.... remove the redundant copy you made.
  4. I dont think you can retrieve the BGM info from the client.
  5. @Anacondaqq It's good to hear some feedback from you about these IPB product, but I am sure the admin team doesn't move to IPBv4 without any plan ahead. Moving to IPBv4 has been decided very long ago, probably around 2015. I believe the admin team has carry out enough of checking or data migration testing before they officially move it to IPBv4. Even if IPBv4 doesn't work or failed at the end, they still have the recovery plan to restore everything. Concern about these popular website or software who try to hide their bugtracker from public, it's common. It happen everywhere for all the software. Other people could have exploits the bug when they found out their target forum are using specific version of the software and that version contain bugs that are not resolved. and lastly, moving to IPBv4 isn't a decision that made solely by Akkarin himself, other moderator team members are included as well.
  6. make sure your GRF are not using by any other programs when you try to add the files... and make sure you provide detailed information when you create a new topics, "as topic title said" isnt an example of "detailed information". Avoid repeat the same mistakes.
  7. You paid at June, you still have the chance to file a dispute at Paypal to reclaim your money since he failed to provide the services he promised. If his paypal dont have money, and your claim was succeed, it would result paypal deduct his paypal money to negative, or even from his bank if it was verified users. Anyway, to all newbie out there, cases like this happen because you're too lazy to carry out some researches before you decide to find someone who self-claim they are "developer". We have those Paid Services forum that could provide better services, but you all to tend to find someone else who always claim themselves as "dev". and, those who offering Gepard Shield .. especially those hosting reseller, are totally nonsense! Functor has mentioned numerous times at all the topics that ask for Gepard purchase, he didnt has any reseller. all gepard transaction must deal directly with him, no one else.
  8. edit the growth min HP and growth max HP value. and no, you cant bump a topic without providing more information or within 24 hours.
  9. if ( attachrid( $@partymemberaid[.@i] ) ) { for( set .@a,0; .@a < getarraysize( .Reward ); set .@a,.@a + 2 ) { getitem .Reward[.@a],.Reward[.@a+1], $@partymemberaid[.@i]; } getexp .BExp,.JExp; detachrid; } or .@party_id = getcharid(1); setd( ".party_"+.@party_id+"_map$" ),strcharinfo(3); addrid(2,0,.@party_id); if ( strcharinfo(3) == getd( ".party_"+.@party_id+"_map$" ) ) { for( set .@a,0; .@a < getarraysize( .Reward ); set .@a,.@a + 2 ) { getitem .Reward[.@a],.Reward[.@a+1], $@partymemberaid[.@i]; } getexp .BExp,.JExp; }
  10. FYI, addrid and attachrid work differently ...
  11. use attachrid then getexp and lastly detachrid.
  12. You need to use new client .. probably client with date around 2015+
  13. add the mvp flag using setmapflag mf_pvp_nocalcrank
  14. if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_DEMON && tstatus->race!=RC_GHOST)
  15. trick like this wouldnt work well. you have to shut down the server and then update the guild name through SQL then restart the server, that's the proper way to updates these value that shared and used by more than one char.
  16. Please use the Search Function ... you would definitely found tons of guides. Category:Installation_Guides Client Release / Support / Request Script Release / Support / Request and other guides.
  17. Shop#type_ change all occurrance to whatever you want.
  18. try this https://pastebin.com/UnvmA0fz
  19. korean name = official name gibberish text or unicode are just conversion.
  20. make sure you use the version that compatible with rAthena. npc/custom/woe_controller.txt or add in the missing constants.
  21. change delitem 970,1; //Alchol delitem 971,1; //Detrimindexta delitem 713,1; //Empty_Bottle set Zeny, Zeny-3000; getitem 973,1; //Counteragent into while ( countitem(970) && countitem(971) && countitem(713) && Zeny >= 3000 ) { delitem 970,1; //Alchol delitem 971,1; //Detrimindexta delitem 713,1; //Empty_Bottle set Zeny, Zeny-3000; getitem 973,1; //Counteragent } change delitem 970,1; //Alchol delitem 972,1; //Karvodailnirol delitem 713,1; //Empty_Bottle set Zeny, Zeny-4000; getitem 974,1; //Mixture into this while( countitem(970) && countitem(972) && countitem(713) && Zeny >= 4000) { delitem 970,1; //Alchol delitem 972,1; //Karvodailnirol delitem 713,1; //Empty_Bottle set Zeny, Zeny-4000; getitem 974,1; //Mixture }
  22. Well, i guess the member of the forum should stop being a leecher. Use the search features or browse through the forum before asking the same kind of questions once every while. https://rathena.org/board/topic/107437-in-search-of-a-good-vps-hosting/ https://rathena.org/board/topic/107423-best-vpshosting-server/ https://rathena.org/board/topic/105245-ragnarok-host/ https://rathena.org/board/topic/105263-recommended-trusted-ragnarokwebhosting-in-ph/
  23. make sure the contents are already translated in your System/itemInfo.lub
×
×
  • Create New...