Jump to content

simplexjay2

Members
  • Posts

    224
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by simplexjay2

  1. On my latest svn it's patch successfully but when i run the server there are warning that say unknown settings extended_vending in conf/battle/deature.conf
  2. 3>c:\users\admin\desktop\herculessv\src\map\mod\script.def(6): warning C4101: 'pkpoint' : unreferenced local variable (..\src\map\script.c) 3>c:\users\admin\desktop\herculessv\src\map\mod\script.def(5): warning C4101: 'points' : unreferenced local variable (..\src\map\script.c) what is the problem of this
  3. Who can add custom skill on rathena and how to do it i try to follow on wiki but fail can someone pm me tnx
  4. Hello Can someone do me a map like Mall of Asia [MOA] Add me on facebook if u can [email protected]
  5. i just want to add script that b4 u can be rebirt u must trans job on this script case 2: mes "[^FF0000Darryll^000000]"; mes "Well well well... "; mes "What do we have here?"; next; mes "[^FF0000Darryll^000000]"; mes "Oh! you want to be reborn!"; next; if (BaseLevel <150) goto R_Sorry; if (prmm > gettimetick(2)) goto V_VIP; next; if (Zeny < 500000) goto V_Zen; mes "[^FF0000Darryll^000000]"; mes "Oh, enjoy your day!"; mes "Come back again!"; set zeny, zeny - 500000; goto R_Reborn; close;
  6. just rename the file extension of your iteminfo.lua to .lub i just want it to be secure like on luafile when compiling
  7. can i know how to compile iteminfo.lua to lub shako add me in skype ijaymaliwat
  8. itemslotcounttable.txt is not used anymore by 2013 client, instead it uses the "slotCount = Value," field in the iteminfo.lub, changing the values @ slotcount field makes your item show how many slot you have input in that field but it is only a visual edit (you still have to edit your item_db for it to fully work/validate the slots you've added) even the idnum2itemdesctable.txt is not need anymore and idnum2itemdisplaynametable
  9. You have to manually add the packets in your db/packet_db file and extend the supported packet ver Humm let me look at this i already add the packet in packet_db
  10. What is the packet version of the 06 26 and shako can i add you on skype or just add me ijaymaliwat ri got problem on 2013-06-26bRagexe = 0x088C,19,wanttoconnection,2:6:10:14:18 unknown packet
  11. i did not disable renewal_cast but i change fix cast to half of fix dex*2
  12. i just edit the fix cast time and it's working but i just want to know if is there any will problem if be made if i change the cast time
  13. Posted 03 February 2012 - 02:28 AM Well, it's more of a client hex than a graphic mod. Do this at your own risk. Anyways, here goes: Open your client in a hex editor(xvi32), and look up this hex string. 83 C4 04 84 C0 0F 84 E3 00 00 00 8B 96 Replace it with this one. 83 C4 04 84 C0 E9 E4 00 00 00 90 8B 96 Note: You'll have to SEARCH and REPLACE it TWICE. If you fail to do that, either the suit won't go away, or your character's head won't align with the body anymore. What this will do, is IGNORE the Game Master suit, you'll wear whatever clothing your job actually is. You'll still have the magical right-click powers, and Yellow name/text. Didn't check what happens with the GMs without rightclick powers. (i.e: GMs inside <admin><yellow> blocks) Tested on RagRE 2011-01-11a, don't know about the rest of the clients. Hope it works out for you. i remove the other 3 code's to replace with this so it's work on 2013-05-22 ragexe.exe tnx to shag
  14. ANY GUIDE HOW TO INSTALL THIS OR RUN THIS IN XAMMP LATEST VERSION AND HOW TO USE THIS PLEASE I DNT KNOW TO MAKE THIS WORK IM NOOB ON PHP
  15. It's only ragnarok mobile server
  16. Sir can i request for my pserver patcher Sealed Ragnarok online Tnx sir the 1st one if it's ok
  17. just want to know why my gm account cant use command even i allow commands
  18. Can i Have script that can combo this item when you put all together it will have script effect like if swordsman equip it will increase maxhp if thief increase damage if sage increase damage of magic and if sniper increase long rage attack sorry for bad explanation but i know u can think what i nid to have this script work and for emistry i know your the one can solve my problem 30130,Ancient_Valkyrie_Armor,Ancient Valkyrie Armor,5,0,,2800,,6,,1,0xFFFFFFFF,7,2,16,,0,1,0,{ },{},{} 30131,Ancient_Valkyrie_Shoes,Ancient VAlkyrie Shoes,5,0,,500,,4,,1,0xFFFFFFFE,7,2,64,,1,1,0,{ },{},{} 30132,Ancient_Valkyrie_Manteau,Ancient Valkyrie Manteau,5,0,,500,,3,,1,0xFFFFFFFF,7,2,4,,1,1,0,{},{},{} 30133,Ancient_Valkyrie_Shield,Ancient Valkyrie Shield,5,30000,,500,,3,,1,0xFFFFFFFE,7,2,32,,65,1,3,{},{},{} 30134,Ancient_Valkyrie_Helm,Ancient Valkyrie Helm,5,100000,,10,,10,1,1,0xFFFFFFFF,7,1,256,,0,0,1675,{},{},{}
  19. i got this error status.c: In function ‘status_change_start’: status.c:7294: error: ‘SC_SPROTECT’ undeclared (first use in this function) status.c:7294: error: (Each undeclared identifier is reported only once status.c:7294: error: for each function it appears in.) status.c: In function ‘status_change_clear’: status.c:8714: error: ‘SC_SPROTECT’ undeclared (first use in this function) status.c: In function ‘status_change_clear_buffs’: status.c:10397: error: ‘SC_SPROTECT’ undeclared (first use in this function) make[1]: *** [obj_sql/status.o] Error 1
×
×
  • Create New...