Jump to content

Reborn

Members
  • Posts

    290
  • Joined

  • Last visited

Everything posted by Reborn

  1. Can anyone help me with this issue? I properly created a custom monster but if I tried to load it in game its giving me the monster however the looks of the monster is poring or some other monsters on file. npcidentiy.lua ["JT_DETALE_PRIME"] = 4000, jobname.lua [jobtbl.JT_DETALE_PRIME] = "DETALE" I am creating a custom DETALE monster. please help me out guys please help everyone
  2. Hi everyone. Can anyone help me in this kind of issue. When I put an item in the Purchase Item I cant view the details of the items (all items) but if there is no item in purchase Item I can see the details of the items. Can anyone know how to fix this? Thanks Bump*
  3. Reborn

    Kafrapoints

    where to find it sir?
  4. Reborn

    Kafrapoints

    @stolao what do you mean git hash? sorry dont know that
  5. Reborn

    Kafrapoints

    @VX Play already did try it however its stuck. Bump
  6. Reborn

    Kafrapoints

    @Helly what i need is a shop that uses kafrapoints
  7. Reborn

    Kafrapoints

    @VX Play still not working sir
  8. Reborn

    Kafrapoints

    @Helly if you use this one prontera,150,150,5 cashshop -1, it automatically uses the cashpoints as a currency to buy an item with this specific shop NPC. What I mean is what would I need to use to replace the cashshop in order for the players to buy an item using the kafrapoints as a currency..
  9. Reborn

    Kafrapoints

    @Keysito can you please elaborate your answer sir? cant understand how can i use the kafrapoints as a currency in making a shop npc
  10. Reborn

    Kafrapoints

    Hi everyone How can I use the kafrapoints as a currency to buy an item? like for example To use Cashpoint the NPC shop should be cashshop To use Zeny the NPC should be shop only How about the kafrapoints what NPC shop should it be?
  11. sorry. please move this topic to script request section. Bump Anyone please Bump**** Bump**
  12. hi everyone, can anyone make me a script like this Daily Quest is a daily task that given by Daily Quest NPC , the task is to give the NPC the items that the NPC asked you for, and they are usually like this : X(around 9~16) Amount of Any Cards <- this cards were decided by the NPC X(around 100~221) Amount of Any Items <- this items were decided by the NPC X(around 100~221) Amount of Any Items <- this items were decided by the NPC The NPC will give you 24Hours to finish the task , and when you collected all the items that mentioned by the NPC , just talk to the NPC again , and it will give you 1 Quest Token. And then once the quest is done the NPC can give the player a new quest. and the player will need to complete it again within 24hrs. thanks
  13. @benching what Im trying to do with this script is, using the SQL it contains all the available maps. Once a player unlocked the map the status of it will change from 0 to 1 and then the NPC will recognize this map and the NPC will allow all the players to access this map. anyone please???
  14. @benching Hi sir , I tried what you said but im still getting the same error sir [Warning]: Unexpected type for argument 1. Expected label, got C_STR [Error]: script:goto: not a label [Debug]: Data: string value="L_S1" [Debug]: Function: goto [Debug]: Source (NPC): Teleporter at prontera (150,150) [Debug]: Data: string value="L_S1" [Debug]: Source (NPC): Teleporter at prontera (150,150)
  15. hi guys Im still getting the same error ** bump.. anyone please?
  16. Can anyone fix this for me please prontera,150,150,5 script Teleporter 1_M_YOUNGKNIGHT,{ set .n$,"[ Teleporter ]"; mes .n$; mes "Please enter the Floor Number."; mes "==============================="; mes "List of Active Maps"; if(query_sql ("SELECT id, name, level, status FROM npc ", .id$, .name$, .level$, .status$ )){ for (.@i = 0; .@i < getarraysize(.status$); .@i += 1) { if ( "1" == .status$[.@i] ) { mes ""+.name$[.@i]+""; } } } next; input ( .mapList ); if ( .mapList = .level$ ){ goto "S"+.mapList+""; } else if (( .level$ = .mapList ) && ( "0" == .status$ )){ mes .n$; mes "Unable to find the Floor number. Please enter the Active Floors."; close; } S1: warp"prontera",150,155; end; S2: warp"prontera",150,155; end; S3: warp"prontera",150,155; end; S4: warp"prontera",150,155; end; S5: warp"prontera",150,155; end; } When I try to execute this. Here is the error im getting [Warning]: Unexpected type for argument 1. Expected label, got C_STR [Error]: script:goto: not a label [Debug]: Data: string value="S1" [Debug]: Function: goto [Debug]: Source (NPC): Teleporter at prontera (150,150) [Debug]: Data: string value="S1" [Debug]: Source (NPC): Teleporter at prontera (150,150) Thanks !
  17. @Lelouch vi Britannia Sir how can I make this NPC use zeny only? When I triend to make the item amount to zero or totally removed it. The NPC wont recognize the use of the Zeny. It keeps on asking the 674 item. Please help me on this. thanks alot
  18. The monster will respawn again with 25 mini boss (poring type), its either poring, drops, marin, or poporing. The party should kill first all the porings before the boss because if they kill the boss while there still some porings. All porings will die and the boss will respawn again with 25 mini boss.
  19. Hi guys, does anyone knows how to make an option box that is taken from the SQL. Example under the char table of SQL. When I click an npc dialog will be "Please choose the player that you want." then an option box will appear that has all the player in it, this is in order for me to choose a player. In the dialog box: Zeus Poseidon Hades Then the option or menu box should be same as in the dialog box Zeus Poseidon Hades Now if theres a new player named Hermes. This should be added in the dialog box and in the menu bix automatically. Note all players that will appear in the dialog box and menu box should be online players only. If they are offline. There name will be removed automatically and once that player went online there name should appear again automatically. I hope someone understand what I am trying to say. Please help with this. Thanks
  20. I want to host my server at home just to test the server with my friends that are very far to my location. this is in order for me to know what are the things that need to be done and also help my the bugs in my server. and if everything is clear i will going to rent a VPS for my server. will you please tell me the steps that need to be done in order for my server to be online and hosting it at home.
  21. Hello guys I dont know where to put this topic. Anyways my only concern is how can I make my Ragnarok Offline into Ragnarok Online? what are the things that I need to do? can anyone guide me through the steps? Please...
  22. @Nova Hi I was just wondering if you could help me with your countdown script. Im getting this error script error on npc/mycustom/countdown.txt line 31 parse_line: expect command, missing function name or calling undeclared function 26 : .@timer = rand(8,11); 27 : .@r = rand(600,1000); 28 : .@timer1 = .@timer*.@r; 29 : .@timer2 = .@timer1+.@r; 30 : emotion 27; * 31 : 's'howscript "Countdown: "+.player$+"! Count in your head, and click me again when the timer reaches 0.",.gid$; 32 : dispbottom "Countdown: Count in your head, and click me on the NPC again when the timer reaches 0."; 33 : sleep2 5000; 34 : addtimer .@timer1,"Countdown#summ::OnCountdown"; 35 : addtimer .@timer2,"Countdown#summ::OnCountdown2"; 36 : .@time$ = .@timer; And by the way.. the video is really looks fun..
  23. @Elsa Mist resnametable nymphaeum.gnd#[email protected]# nymphaeum.gat#[email protected]# nymphaeum.rsw#[email protected]# À¯ÀúÀÎÅÍÆäÀ̽º\map\nymphaeum.bmp#À¯ÀúÀÎÅÍÆäÀ̽º\map\[email protected]# map_index nymphaeum and I already added the resnametable to map_cache.dat using the WeeMapCache. When I tried to warp to the duplicated map Im getting this error though the character was warped to the duplicate map Module Name: C:\Users\ahLDs\Desktop\NexusRO Server\NexusRO.exe Time Stamp: 0x4d7f06a5 - Mon Mar 14 23:26:45 2011 Exception Type: 0xc0000005 0x005ca330 NexusRO.exe 0x75656168 SHELL32.dll 0x8b909090 eax: 0x04c2a9d8 ebx: 0x00000000 ecx: 0x00000000 edx: 0x00dcb038 esi: 0x0a0f7ba8 edi: 0x0a0f7ba8 ebp: 0x0a0f7c14 esp: 0x0018fb28 stack 0018fb28 - 0018ff28 0018FB28 : A8 7B 0F 0A 14 7C 0F 0A 8C FC 18 00 BF E2 75 00 0018FB38 : FF FF FF FF 30 34 5E 00 5D CE 62 A8 40 D5 7E 00 0018FB48 : 10 D5 7E 00 18 D5 7E 00 00 00 00 00 10 05 B9 02 0018FB58 : 60 01 B9 02 F0 FA 18 00 60 6D D6 04 A8 E1 52 04 0018FB68 : A8 7B 0F 0A 25 DF B6 00 B8 5B 2D 05 6C E3 13 77 0018FB78 : D2 E0 13 77 C8 7D 0F 0A 20 00 00 00 2F 00 00 00 0018FB88 : 25 DF B6 00 FE FF FF FF 6C E3 13 77 D2 E0 13 77 0018FB98 : C8 7D 0F 0A 0C 00 00 00 26 E0 13 77 50 F4 22 05 0018FBA8 : A8 7B 0F 0A A3 7B 0F 0A 00 00 00 00 18 8D C1 00 0018FBB8 : 00 00 CE 02 00 00 00 01 08 FB 18 00 4C 00 00 00 0018FBC8 : B4 FC 18 00 CD 1E 18 77 0D C5 B6 00 FE FF FF FF 0018FBD8 : 02 00 00 00 00 00 00 00 28 00 00 00 88 06 00 00 0018FBE8 : 08 FC 18 00 B8 3D BD 72 00 00 CE 02 00 00 00 00 0018FBF8 : 1C 00 00 00 C8 7D 0F 0A 00 00 00 00 FC 7D 0F 0A 0018FC08 : 20 FC 18 00 B8 3E BD 72 1C 00 00 00 0C 00 00 00 0018FC18 : 5C FC 18 00 94 5E EE 61 00 00 00 00 78 81 0F 0A Launch Info 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Job : Priest this is the error that I am getting..
×
×
  • Create New...