Jump to content

Search the Community

Showing results for tags 'npc'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Bulletin Centre
    • Community News
    • Repository News
    • Ragnarok News
  • Hercules Development Centre
    • Development Discussion
    • Suggestions
    • Development Centre Archives
  • Support & Releases
    • General Server Support
    • Database
    • Scripting
    • Source
    • Plugin
    • Client-Side
    • Graphic Enhancements
    • Other Support & Releases
  • Hercules Community
    • General Discussion
    • Projects
    • Employment
    • Server Advertisement
    • Arts & Writings
    • Off Topic
  • 3CeAM Centre
    • News and Development
    • Community
  • International Communities
    • Filipino Community
    • Portuguese Community
    • Spanish Community
    • Other Communities

Categories

  • Client Resources
  • Graphic Resources
    • Sprites & Palettes
    • Maps & Textures
    • Other Graphics
  • Server Resources
    • Server Managers / Editors Releases
    • Script Releases
    • Source Modifications
    • Plugins
    • Pre-Compiled Server
  • Web Resources

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Skype


IRC Nickname


Website URL


Location:


Interests


Github

Found 36 results

  1. In need of help with having this script to work. I've been trying to create a template for "walking" NPCs to create more difficult quests (using sprites with walking animation, of course). The NPC exists when enabled, it just doesn't do anything. **The default location (rwc03,49,49,4) can be changed, it's an area I use to test NPCs on, especially this one, since it walks and it's a small map. rwc03,49,49,4 script Shy Eclipse ECLIPSE,{ function offset_select; function step_rand; OnInit: while(1){ offset_select; npcspeed 100; npcwalkto .@npc_x,.@npc_y; .@interval = rand(3,5); // randomized idle duration sleep .@interval*1000; // 1000 millisec = 1 sec } function offset_select{ do{ getmapxy(.@map$,.@x,.@y,1); // gets npc's current location step_rand; .@npc_x = .@x+rand(-.@step_a,.@step_; // randomized offset x-coord .@npc_y = .@y+rand(-.@step_a,.@step_; // randomized offset y-coord }while( !checkcell(.@map$,.@npc_x,.@npc_y,cell_chkpass) ); // checks if selected coords is accessible } function step_rand{ .@step_a = rand(1,10); // randomized offset init range .@step_b = rand(1,10); // randomized offset end range do{ // addresses possible rand() range error .@step_a = rand(1,10); .@step_b = rand(1,10); }while( .@step_a >= .@step_b ); } mes "[Eclipse]"; mes "!! Squik..!"; emotion e_panic; next; if( select("Pet it.:Scare it away.") == 1 ){ mes "[Eclipse]"; mes "**Squik~**"; emotion e_lv; } else { mes "[Eclipse]"; mes "SQUIK!"; emotion e_omg; } close;}
  2. Hello !! thank you for clicking on the link and reading my request.... May i request for an NPC which can actually fetch the credits data from the flux cp and would be a shop which would sell items in exchange of the credits in flux panel db. I m requesting u because i m getting too much of item duper complaints and i guess setting global variables or using the predefined db like cp_credits would actually help in secure way of dealing with items. Hoping for a positive response Regards...
  3. Hi everyone, I've been away from Ragnarok Online for a very long time, I have recently picked it up and I have started NPC Scripting again. I am working on a daily reward script that uses function and I am getting this error: invisible/not on a map error I have managed to re-produce the error with this test script: // Main Script- script L_Test -1,{ // When script starts OnInit: // Configuration set .npc$,"[ Test NPC ] : "; end; // When player logins into game OnPCLoginEvent: dispbottom(.npc$ + callfunc(L_SayHello, strcharinfo(0))); end; }function script L_SayHello { set .playerName$,getarg(0); return "Hello "+ .playerName$;} This script structure is identical to my real script. So when I start the server and login, I get the following error in map server: [Warning]: Unexpected type for argument 1. Expected string.[Debug]: Data: variable name='L_SayHello' index=0[Debug]: Function: callfunc[Debug]: Source (NPC): L_Test (invisible/not on a map)[Error]: script:callfunc: function not found! [0][Debug]: Source (NPC): L_Test (invisible/not on a map) Any idea what this error is about?
  4. At first i try to do it myself. The last 8 Days i read so much things that i imagine...yes, i can!!! But now, i think i'am too old to learn it...or better...i'am feeling to old. i feel more & more confused if i read more...but anyway. jumping over my shadow and ask the community. I had an idea for 1 or 2 NPC (Marco & Polo?^^). Every hour they appear in an other Town (and naturally disappear in the old Town). They sell randomly 5-7 items, weapons, armors from a "pool" of 30-40 items. My best Result was a static npc (place & Item) that's en-/disabled with the "onHour" event. I don't understand the "rand" an variable syntax and correct handling. I can manipulate Scripts, but creating new? Not without good help. with greets and hope Graystone
  5. I wanted to use the npc #10005 but when I use it i turn in to a poring. I've use that model/sprite before in rathena. Howcome it doesnt show up here? any thoughts? http://nn.nachtwolke.com/dev/npclist/?qq=all
  6. Hi everyone. I have a little problem with my code. im trying to duplicate my buff npc but in some cities my npc just doesn't appear and i dont know why. More information : in aldebaran i tried to fix this issue by change sprite id and its worked but not for the rest. the cities that have this issue is payon izlude aldebaran geffen as long as i know Thank you for your answer
  7. I would like to request if this is possible. Freebies NPC. First set of freebies will be given for newbies (novice) and when he reached 3rd job he will get the next set of freebies. This freebies is per account only. Please include to give cash points and zeny also. Thanks in advance.
  8. Hello guys, if you can help me, i will be veryyyy grateful I made this script, its about infos of my server.. It doesn't appears in the game. And do not shows any error in map-server http://pastebin.com/ivFNNjK5 Can you help me?
  9. I compiled pre-renewal server. But how can I enable npcs for 3rd class job change without compiling for renewal server?
  10. it's my pleasure to have met such a wonderful server program. this is my first post & glad to meet you. btw i have a problem. "HOW TO MAKE TWO ILLUSTS CUTIN AT A TIME." my original NPCs wish to talk & talk each other on same display i think it's impossible so far. coz as written in rAthena wiki... Could you tell me how to solve this problem? OR can i adjust the position where ILLUSTS appear.(MORE DETAIL THAN 0/1/2)
  11. boa tarde to usando esse sistema vip do eathena, estou tentando por ele colocar para que quando o player logue ele dê 5 dias de vip_silver mas não obtive resultado, alguem poderia me dar uma ajuda ?
×
×
  • Create New...

Important Information

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