Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. I think you have no idea here, its the same script.
  2. Hey guys, you might know this amazing script https://github.com/rathena/rathena/blob/master/npc/custom/quests/quest_shop.txt that comes in the main trunk. Im requesting to change/add something to it. like adding multiple variables as requirements. Thanks in advance!
  3. Thanks @Tokei !! I'll try this and see what happened.
  4. I dont understand the 1st part. can you explain where to add it? for the skill_db im not sure if that will work but thanks for the suggestion.
  5. Solar Heat / Lunar Heat / Stellar Heat doesn't work on players. how can i change it and make it deal 50% damage only on DemiHumans.
  6. instead of . i put , on my IP address xxx.xxx.xx.xxx
  7. Sorry, I managed to fix this problem. It was a typo.
  8. Update: says the webhost support that they opened the port 6900 and still im getting the offline status. anyone have encountered the same issue?
  9. Hey guys! so I am having issue with my fluxcp, im getting the offline status on my login-server but the rest is working fine. anyone know whats the problem with this?
  10. I don't know anymore, why its like that try getting a new trunk files and compare it to the one that your using atm.
  11. there's something wrong with this, im not sure if there's a color world. color: "World"
  12. If you are using a Lv: 99 (admin) account. The delay will be ignored.
  13. You mean this part? instance_enter(.@inst$); I don't understand what you we're saying. im sorry
  14. The setup on client.conf is max_lv: 99 keep it like that, and then we got aura_lv: should be a higher value than max_lv: in your case you wanted between 250 ~ 255 levels and aura will show up. what you need to do is, change aura_lv: 99 into aura_lv: 250 and then reloadbattleconf or try to restart your server. best way to see the difference is to login another character with a maximum level. It was stated on the client.conf how it works. // Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149 // will be sent as being all level 98, and only characters with level // 150 or more will be reported as having level 99 and show an aura. now what will happened in your side a BaseLevel 99~249 character will be recorded as level 98 and a BaseLevel higher than 249 which means a BaseLevel 250~MAXLEVEL will show an aura and will be reported as a level 99. I hope this helps, Its working for me. the WS is a level 500/200 character.
  15. Why not change it into bonus3 bAutoSpell,sk,y,n; and see whats the difference.
  16. Hey guys, I need help with this part of a script. //Requirements check if(GoldRoomTimeLimit > gettimetick(2)) { mes .@n$; mes "Im sorry you have to wait for 12 hours before entering again, the room is cooling down."; close; } mes .@n$; mes "Which room do you want to enter?"; next; .@sel = select("1 hour room","2 hours room","3 hours room"); .@inst$ = .instance$[.@sel]; mes .@n$; mes "To enter the room you need these"; for(.@i = 0; .@i < getarraysize(.requirements); .@i+=2){ mes getitemname(.requirements[.@i]) + " " + .requirements[.@i+1]*.@sel + "x"; } mes "Confirm?"; next; if(select("Confirm","Cancel") == 2){ close; } .@check = Req(.@sel,0); if(!.@check){ mes "You don't have enough required items to enter this room."; close; } Req(.@sel,1); GoldRoomTimeLimit = gettimetick(2) + 3600*.@sel + 43200; GPLimit = 10000*.@sel; GPEarned = 0; .@error = instance_create(.@inst$, IM_CHAR); if(.@error < 0){ mes .@n$; mes "Instance creation failed with error code " + .@error + "."; mes "Please report this to the GM team."; close; } instance_enter(.@inst$); end; break; Issue is npc dont warp the player inside the map. No error at map-server and Instanced was created. [Info]: [Instance] Created map '1#rdeal_1-1' ('981') from map 'ordeal_1-1' ('148')
  17. No. I almost forgot about this issue.
  18. This is perfect @AnnieRuru !! this should be added to the trunk of rAthena.
  19. I understand, i'll think of a good bonus ? can't wait for this one
  20. @AnnieRuru I think what she meant by preview was similar to <ITEMLINK> script command. like how you check the items descriptions or maybe display it on players character.
  21. It's nice to see you here in rAthena, I know you don't know me but I've seen your work before. If possible, I can request a config that will set how many characters can a GM account can create. id: 3 name: "Script Manager" inherit: ( "Support" ) level: 1 chars: 1 // <= can only make 1 character if account was set on every account who got group 3 id's commands: {
×
×
  • Create New...