Jump to content

botka4aet

Members
  • Content Count

    57
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by botka4aet

  1. 1) Yes, emulator = server. No, it doesn't contains all game files. It contains only files for logic and npc translation. If you change logic - you don't change game files. If you add something(eg. custom hat) - you must. Also you can change map(their look) at client side and don't change nothing at server 1.A. Just google "How to change -put here- herc ragnarok" - a lot of guides 2. NPC translation on server side. At client side - skills, items. So you can use any client but copy some files from bRO. High % that you must create own .exe file for your server 3. No
  2. https://github.com/Samuel23/hercules/blob/master/npc/custom/admin/vip.txt
  3. Check your current msg and search in msgstringtable(client side)
  4. Yes, just don't check mob id for reward
  5. Well. Create new npc. After claiming item add new char var with current time + 24h. If char talk again with npc and if(current time < saved) {gtfo}
  6. Add Sql table - WOE reward queue "Player ID" - "Reward" After every LogIn script: if (LastLogin > LastRewardDate) close; else { Load rewards for this Player; if (noReward) close; else { givereward; } }
  7. 1st consolemes "Private DB Room: Rent a room is using invalid item id.", to consolemes "Private DB Room: Rent a room is using invalid item id."; 2nd(according Wolfie) consolemes "Text here"; to consolemes(CONSOLEMES_DEBUG, "Text here");
  8. Easy way: - create 2 clients, 2 grf, 2 .ini - 1st client read 1st ini(0=eng.grf) - 2nd client read 2nd ini(0=fr.grf)
  9. I did. Mb i download it with error <_< Thx anyway
  10. Thx, it works. Where did i make mistake?
  11. 20180621a exe + Nemo 2019-04-22 Recommended patches + data folder first + ragnarok icon 9 Disable 1rag1 type parameters (Recommended) 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 290 Hide build info in client (Recommended) 34 Enable /showname (Recommended) 291 Hide packets from peek (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 97 Cancel to Login Window (Recommended) 213 Disable Help Message on Login (Recommended) 244 Disable Cheat Defender Game Guard (Recommended) Updated rdata + data If open skill tab - game crash
  12. src/map/skill.c 8453 case 3: // 1000 damage, random armor destroyed { status_fix_damage(src, bl, 1000, 0); clif->damage(src,bl,0,0,1000,0,BDT_NORMAL,0); if( !status->isdead(bl) ) { //---------- int where[] = { EQP_ARMOR, EQP_SHIELD, EQP_HELM, EQP_SHOES, EQP_GARMENT }; //---------- skill->break_equip(bl, where[rnd() % ARRAYLENGTH(where)], 10000, BCT_ENEMY); } } break;
  13. So i have strings "Test1", "Test2", "Test3", "Test4" and so on. Any way to get integer from it? 1,2,3,4 Without if (a = "Test1") b := 1; else if (......
  14. *npcspeed <speed value>; *npcwalkto <x>,<y>; *npcstop;
  15. <address>94.228.192.62</address> if inet <address>10.228.192.207</address> if lan <port>9000</port> I don't think, that i miss something here Trying with 2013-08-07aRagexe_patched and 2014-02-05bRagexe_patched
  16. I can connect with vpn(so i in the lan with server) But client still can't find server
×
×
  • Create New...

Important Information

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