Jump to content

DK77

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by DK77

  1. okay ill try first @LearningRO Hello sir , i already test and it working fine , btw can i make it from 12pm - 2am ?
  2. hello and good morning , i have 1 pvp script , but i want the drop skull function only at 2000-2300 to avoid abuse . heres the example pvp script :
  3. because quite alot of player recommend 2nd behaviour .. they said 1st behaviour make wizard on server die ?
  4. Hello Guys , im making custom portal script like this . Player can trigger it by click it How to make it work like normal portal ? The reason why im doing this because normal portal cannot see if player turn off their /effect
  5. Hello , dekat sini saya dah setup email utk donation paypal , tapi saya mempunyai masalah seperti gambar yang tertera dibawah . Macam mana nk fix problem ni ?
  6. does anyone try this script on latest rathena revision ? fully working ? Request to close ticket . Issue resolved .. Script still working on latest rathena revision Centos 7
  7. Hello Sir , Im currently using this theme .Its a great theme, but unfortunately im having issue adding news . its show invalid api key . can you help me with this issue ?
  8. @Radian 1. Sorry for the late due to installing VS2019 . After i compile the diff , i receive error on cliff.c 2. I only use on test server and set to 99 group level .
  9. Hello guys . I need help on this below script @partybuff/@spb i already apply diff , and add command on group.conf , but unfortunately the commands was not detect . can you guys help me ? its been 4 years i left rathena
  10. so if i ban that unique id , can he logon using another id ?
  11. Hello guys , i want to ask something about gepard unique id . This unique id is create for 1 id or 1 Computer similar like Mac Address ?
  12. UP ! i already install fresh new server using latest rathena files, but still having problem with the fix rate even i change the global setting drop rate into 10000x/100% . it seem like i need to change all rate in mob/_db.txt . its quite a lot of works to do . its not 1 or 2 mob , but it affect all the mobs
  13. Most of my monster have this problem . i dont know what the problem is
  14. i already put 10000 to all cmon item include potion ,etc n equipment . but certain monster already have fixed rate with 1% . i think i should recheck my mob db at sql
  15. can anybody help me with this
  16. how to disable skill assump inside map guild_vs3 ?
  17. Okay this is my pvp script prontera,160,189,4 script PVP Arena 808,{ set .npcname$,"^0147FA[ PVP Warper ]^000000"; mes .npcname$; mes "[Arena Lists & Player's Count]"; mes "[Solo] [ ^00FF33" + getmapusers("guild_vs3") + "^000000 / 100 ]"; mes "[Party] [ ^00FF33" + getmapusers("pvp_y_1-1") + "^000000 / 100 ]"; switch(select("Solo:Party")) { Case 1: if(getmapusers("guild_vs3") == 100) goto L_Full; warp "guild_vs3",0,0; end; Case 2: if(getmapusers("pvp_y_1-1") == 100) goto L_Full; warp "pvp_y_1-1",0,0; end; L_Full: mes .npcname$; mes "Sorry you cant go in now"; mes "The room is full now"; mes "Please try again later"; close; } end; } //MAPFLAGS pvp_y_1-1 mapflag gvg off guild_vs3 mapflag gvg off pvp_y_1-1 mapflag pvp guild_vs3 mapflag pvp pvp_y_1-1 mapflag nosave SavePoint guild_vs3 mapflag nosave SavePoint pvp_y_1-1 mapflag noteleport guild_vs3 mapflag noteleport pvp_y_1-1 mapflag nowarp guild_vs3 mapflag nowarp pvp_y_1-1 mapflag nowarpto guild_vs3 mapflag nowarpto pvp_y_1-1 mapflag nomemo guild_vs3 mapflag nomemo pvp_y_1-1 mapflag nobranch guild_vs3 mapflag nobranch guild_vs3 mapflag pvp_noguild For example i want to disable assump , where must i put sc_end 375; //Assumptio
  18. i already diff my client to enable space name for party and guild , but ingame still invalid ? can you assist me im using client : 20150916
  19. How to make if i kill mob inside gold room , i will get cashpoint ?? This is my example of gold room script getitem 969,5; //-- > Gold getitem 7005,1; //--> Skull I already try this but still not receive any cash point
  20. DK77

    R>Refine npc

    thx bro , i did try this , but it seem like it refine all my equipment . I want to make refine + 10 for each eq
  21. DK77

    R>Refine npc

    Can i have refine npc script +10 without any requirement item to refine
  22. anybody can share for me solar/Hat of the sun god recolour collection ?
×
×
  • Create New...

Important Information

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