Jump to content

DK77

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by DK77

  1. Hello Akkarin , im having this error log issue . My WebServer info </pre> <ul style="color:#444444;font-size:13.12px;vertical-align:middle;"> cpsrvd 11.96.0.8 Database client version: libmysql - 5.6.43 PHP extension: mysqli curl mbstring PHP version: 7.3.28 </ul> <p Error log
  2. Change from this getmapxy(.@Map$,.@X,.@y,0); to getmapxy(.@Map$,.@X,.@y);
  3. thanks sir , i already change it to if ( rentalcountitem ( 30000 ) || rentalcountitem ( 30002 ) || rentalcountitem ( 30003 ) || rentalcountitem ( 30004 ) ) { , and its resolved my issue due to the item is rental
  4. i have 1 euphy healer script and make count item for vip ticket , but its doenst detect rent item below is my script heres my example rent item
  5. DK77

    item shower

    hello guys , currently im using this itemshower script , but i want to make itemshower more than 2 item here my example script :
  6. okay ill try first @LearningRO Hello sir , i already test and it working fine , btw can i make it from 12pm - 2am ?
  7. 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 :
  8. because quite alot of player recommend 2nd behaviour .. they said 1st behaviour make wizard on server die ?
  9. 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
  10. 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 ?
  11. 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
  12. 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 ?
  13. @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 .
  14. 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
  15. so if i ban that unique id , can he logon using another id ?
  16. 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 ?
  17. 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
  18. Most of my monster have this problem . i dont know what the problem is
  19. 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
  20. can anybody help me with this
  21. how to disable skill assump inside map guild_vs3 ?
  22. 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
×
×
  • Create New...