Jump to content

GM Takumirai

Members
  • Posts

    592
  • Joined

  • Last visited

Everything posted by GM Takumirai

  1. thanks ill try it later.. - its working - but the problem is if im level 19 [the menu for level 20 below] - is working - next if im level 40+ [the menu for level 20 - 40] - is working but when im level 41+ the menu is still [the menu for level 20-40] also if i tried to level to 60+ 90+ and level 150 still [the menu for level 20 - 40] is appearing
  2. i can't see the error in my map server - cause if i run the ./map-server_sql when the map-server sql is running in cmd the text are going up then when another text came the first text will be gone fast so i cant read the errors ..
  3. prontera,146,304,5 script Reseter 407,{ set .name$, "[Reseter]"; if (BaseLevel =< 20) { mes .name$; mes "Reset Stat & Skills will cost you 5,000z, want it to reset?"; next; if (select("Yes:No") == 2) close; if (Zeny >= 5000) { set Zeny, Zeny - 5000; callfunc "Reset1"; } // End if } else if (BaseLevel > 20 || BaseLevel <= 40) { mes .name$; mes "Reset Stat & Skills will cost you 2x Premium Reset Stone and 10,000z, want it to reset?"; next; if (select("Yes:No") == 2) close; if (countitem(6320) < 2) goto noitem; if (Zeny >= 10000) { set Zeny, Zeny - 10000; callfunc "Reset1"; } // End if } else if (BaseLevel > 40 || BaseLevel <= 80) { mes .name$; mes "Reset Stat & Skills will cost you 3x Premium Reset Stone and 100,000z, want it to reset?"; next; if (select("Yes:No") == 2) close; if (countitem(6320) < 3) goto noitem; if (Zeny >= 100000) { set Zeny, Zeny - 100000; callfunc "Reset1"; } // End if } else if (BaseLevel > 80) { mes .name$; mes "Reset Stat & Skills will cost you 5x Premium Reset Stone and 10,000,000z want it to reset?"; next; if (select("Yes:No") == 2) close; if (countitem(6320) < 5) goto noitem; if (Zeny >= 10000000) { set Zeny, Zeny - 10000000; callfunc "Reset1"; } // End if } // End if close; noitem: mes "[Reseter Manager]"; mes "You dont have enough [Premium Reset Stone].."; close; } // End script function script Reset1 { ResetStatus; ResetSkill; return; } // End function -------------- my problem is i can't click the npc and no menu appear ---------------- - can someone modified this? - Emistry can you check the script and edit it like in official...
  4. you can put // in front of monster npc/guild/agit_main.txt
  5. Yes, the one that is outside the castle -
  6. - how can remove the emperium of other castle that is not activated in our script?.. - as Toasty said you need to capture that castle.. what if i dont want someone capture it because player may get items in tb of that castle when captured
  7. - i know there's someone posted here but i can't search it, i already search for 1 hour.. - i request a npc that warp you to guild dungeon where you claim your castle - example your castle is in prontera this npc will let you enter prontera guild dun area. - but if you are not the castle owner or guild owner of that castle you can't enter there.. up~ - im still searching it in threads but still no lack..
  8. - Can someone provide this?.. because rAthena is not yet releasing shadow chaser.. hope someone can provide this ..
  9. can i request a official 3rd job shop ~ and 3rd job changer custom example your need a transcend before changing your job to 3rd job base by class.. and you need a requirements if no requirements you are not able to go to 3rd job. ok i forgot rAthena already have official 3rd job shop .. thanks - anyway what is the format on the job changer? so i can do it myself thank you..
  10. is there a manual way?.. cuz i don't know how to patch it..
  11. @ Cretino? - is it ok to replace only one?.. - im not going to replace others? [error on compiling] - can someone fix this?
  12. - this is a good news to rAthena users, we are happy and we are not wrong to move and choose rAthena.. rytech good to see you here.. m/ rock on
  13. Introduction If your server has several GMs, it may be wise to disable monsters dropping items should they attack them. If you feel insecure about your GMs, it might be wise to implement this modification in order to limit how far they can use their GM abilities. GMs may be able to warp to dungeons and warp around to actively seek MvPs, or may be able to cast many skills with few limitations. The optimum idea would be to disable them from doing this completely, however it restricts the commands the GMs can use. Instead, we can set a limit on what level GMs must be in order to receive drops. Open /src/map/battle.h Find: int bg_flee_penalty; 'Below add: int gm_monsterdrop_lv; Open /src/map/battle.c Find: { "bg_flee_penalty", &battle_config.bg_flee_penalty, 20, 0, INT_MAX, }, Below add: { "gm_monsterdrop_lv", &battle_config.gm_monsterdrop_lv, 0, 0, 99, }, Open /src/map/mob.c Scroll to or find the function mob_db Find: if(src && src->type == BL_MOB) mob_unlocktarget((struct mob_data *)src,tick); Below add: if( (mvp_sd && pc_isGM(mvp_sd)) || (sd && pc_isGM(sd)) ) { if( mvp_sd && pc_isGM(mvp_sd) < battle_config.gm_monsterdrop_lv ) type |= 1; else if( sd && pc_isGM(sd) < battle_config.gm_monsterdrop_lv ) type |= 1; } Open /conf/battle/gm.conf Find: // [GM] Can't be kicked from a chat? (No or mimimum GM level) gm_kick_chat: no Below add: // [GM] Minimum GM level to receive drops from monsters (0 = disabled.) gm_monsterdrop_lv: 40 Original Post http://www.eathena.ws/wiki/index.php?title=Disable_GM_monster_drops - my problem is how can i enable it in rAthena?? with GM level as a Group ID???
  14. they already announce that txt support is not supported.. - maybe they are focus first in 3rd job skills.. - i was checking updates and seems there's no still update w/ the 3-2 skills and jobs are most important first to be fix.. [genetis , sorcerer] please
  15. i wonder if you can provide a torrent file.. its better to download there.. thanks
  16. - Requesting i have a problem with the item 12622 [Reins of Mount] - in rentitem w/ time , because when the item already expired the item is gone but the mount is still there. - so im requesting is't possible if the NPC will allow you to rent the mount but the NPC will use a script .. the item 12622 script { setmounting(); },{},{} how can i make it { setmounting(); },{},{} rental for 7days and the setmounting will be gone??.. - for test purpose lets put it first for 1min. - calling for help
  17. - 3rd job skills [3-1, 3-2] jobs.. - new client - new data files - new items and new monster - all new changes in the original ragnarok world.. - for me this is the most important first to add..
  18. @ Emistry - how can i make it.. if the npc is over for 1 day.. also the player status double exp. will also remove.. because my previous npc is when 1 day is over still my char. have the double rates. because im not online for 1 day...
  19. - i have this script a new mount system - prontera,218,197,5 script Mount Manager 894,{ mes "[Mount Manager]"; mes "You want to Rent the [Reins of Mount]?. you need to pay 10,000,000z and bring 2x [Reins] - drop by abbysmal knight monster"; mes "This item will be expire for 7 days"; mes "[Mount Manager]"; mes "Do you have all the requirements needed?..."; menu "Yes",-,"No, Im going back later..",L_bye; mes "[Mount Manager]"; mes "Let see if you already Have Rented a [Reins of Mount].."; next; if (countitem(12622) > 1) goto noway; if (zeny < 1000000) goto nocash; if (countitem(1064) < 2) goto noitem; mes "[Mount Manager]"; mes "Are you sure you want to rent [Reins of Mount]?"; menu "Yes",-,"No",L_bye; rentitem 12622,604800; set Zeny,Zeny -1000000; delitem 1064,2; close; noway: mes "you can't Rent [Reins of Mount]. You already have 1x in your inventory."; close; nocash: mes "[Mount Manager]"; mes "You dont have enough money to rent it, please come back if you already have enough money."; close; noitem: mes "[Mount Manager]"; mes "You dont have enough [Reins] you can get it from abbysmal knight monster."; close; L_bye: mes "[Mount Manager]"; mes "Have a nice day, please come back again."; close; } ------------------------- - rentitem 12622 [reins of mount] - my problem is when i rented the item and i used the item suddenly when the item is expired and im still in mount mode.. the mount is still there while my rentitem is gone... - can someone help me? i want the mount also be gone when my rentitem is over..
  20. @Emistry its working great thanks [solved]
  21. - Thanks Nameless, - Thanks Emistry - still got error.. the npc gone and i have this error [Error]: npc_parsesrcfile: Unknown syntax in file 'npc/rAthena/floating-rate-pay.txt', line '1'. Stopping... * w1=prontera.gat,146,171,6 script Gigler 402,{ * w2= * w3= * w4= i used your modified script @Emistry the problem with nameless script is that - if i input any amount it gives the double rates.. - and still 0 ammount..
  22. it works, but the problem is when i click the NPC and input the donate it say i already Done Contributing and freeze [the npc stop] and the npc less the zeny, but still 0 contribution.. it works, but the problem is when i click the NPC and input the donate it say i already Done Contributing and freeze [the npc stop] and the npc less the zeny, but still 0 contribution..
×
×
  • Create New...